Method GetChildrenWithUserAsync<TProps>(long, long?, bool)

Assembly: redb.Core.dll
protected virtual Task<IEnumerable<TreeRedbObject<TProps>>> GetChildrenWithUserAsync<TProps>(long parentId, long? userId = null, bool checkPermissions = false) where TProps : class, new()